func go/doc.findDeclsAndUnresolved

2 uses

	go/doc (current package)
		example.go#L195: 	depDecls, unresolved := findDeclsAndUnresolved(body, topDecls, typMethods)
		example.go#L337: func findDeclsAndUnresolved(body ast.Node, topDecls map[*ast.Object]ast.Decl, typMethods map[string][]ast.Decl) ([]ast.Decl, map[string]bool) {